﻿2026-06-15T12:21:31.4771043Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T12:21:31.4771422Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T12:21:31.4771662Z [36;1m$PIN = "0c95435"[0m
2026-06-15T12:21:31.4771892Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T12:21:31.4772170Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T12:21:31.4772587Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T12:21:31.4772952Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T12:21:31.4773264Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T12:21:31.4773550Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T12:21:31.4773797Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T12:21:31.4774593Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T12:21:31.4774889Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T12:21:31.4775182Z [36;1m}[0m
2026-06-15T12:21:31.4775343Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T12:21:31.4775639Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T12:21:31.4850507Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T12:21:31.4850794Z ##[endgroup]
2026-06-15T12:21:32.3816406Z    Compiling proc-macro2 v1.0.106
2026-06-15T12:21:32.3816752Z    Compiling quote v1.0.45
2026-06-15T12:21:32.3817026Z    Compiling unicode-ident v1.0.24
2026-06-15T12:21:32.3817239Z    Compiling cfg-if v1.0.4
2026-06-15T12:21:32.3817477Z    Compiling serde_core v1.0.228
2026-06-15T12:21:32.3817818Z    Compiling serde v1.0.228
2026-06-15T12:21:32.3818137Z    Compiling windows-link v0.2.1
2026-06-15T12:21:32.3819063Z    Compiling portable-atomic v1.13.1
2026-06-15T12:21:32.3819491Z    Compiling typenum v1.20.1
2026-06-15T12:21:32.3819800Z    Compiling getrandom v0.3.4
2026-06-15T12:21:32.3820181Z    Compiling version_check v0.9.5
2026-06-15T12:21:32.3820698Z    Compiling pin-project-lite v0.2.17
2026-06-15T12:21:32.3821461Z    Compiling memchr v2.8.1
2026-06-15T12:21:32.3821829Z    Compiling shlex v2.0.1
2026-06-15T12:21:32.3822136Z    Compiling critical-section v1.2.0
2026-06-15T12:21:32.3822522Z    Compiling find-msvc-tools v0.1.9
2026-06-15T12:21:32.4890549Z    Compiling windows-sys v0.61.2
2026-06-15T12:21:32.5003389Z    Compiling subtle v2.6.1
2026-06-15T12:21:32.5217539Z    Compiling equivalent v1.0.2
2026-06-15T12:21:32.5218136Z    Compiling futures-core v0.3.32
2026-06-15T12:21:32.5351540Z    Compiling smallvec v1.15.1
2026-06-15T12:21:32.6154375Z    Compiling bytes v1.11.1
2026-06-15T12:21:32.6528119Z    Compiling itoa v1.0.18
2026-06-15T12:21:32.6706213Z    Compiling semver v1.0.28
2026-06-15T12:21:32.6887554Z    Compiling stable_deref_trait v1.2.1
2026-06-15T12:21:32.7515930Z    Compiling log v0.4.32
2026-06-15T12:21:32.7596001Z    Compiling generic-array v0.14.7
2026-06-15T12:21:32.7834010Z    Compiling slab v0.4.12
2026-06-15T12:21:32.8337488Z    Compiling futures-sink v0.3.32
2026-06-15T12:21:32.9256799Z    Compiling rustc_version v0.4.1
2026-06-15T12:21:32.9402175Z    Compiling futures-io v0.3.32
2026-06-15T12:21:32.9415872Z    Compiling futures-channel v0.3.32
2026-06-15T12:21:32.9552033Z    Compiling rustversion v1.0.22
2026-06-15T12:21:32.9675600Z    Compiling futures-task v0.3.32
2026-06-15T12:21:32.9894734Z    Compiling hashbrown v0.17.1
2026-06-15T12:21:33.2413823Z    Compiling getrandom v0.2.17
2026-06-15T12:21:33.2462513Z    Compiling cpufeatures v0.2.17
2026-06-15T12:21:33.2844732Z    Compiling fnv v1.0.7
2026-06-15T12:21:33.2902545Z    Compiling libc v0.2.186
2026-06-15T12:21:33.3387074Z    Compiling rand_core v0.10.1
2026-06-15T12:21:33.3465981Z    Compiling cfg_aliases v0.2.1
2026-06-15T12:21:33.3542191Z    Compiling strsim v0.11.1
2026-06-15T12:21:33.4114081Z    Compiling writeable v0.6.3
2026-06-15T12:21:33.5611318Z    Compiling indexmap v2.14.0
2026-06-15T12:21:34.1777647Z    Compiling litemap v0.8.2
2026-06-15T12:21:34.2223659Z    Compiling jobserver v0.1.34
2026-06-15T12:21:34.2766817Z    Compiling autocfg v1.5.1
2026-06-15T12:21:34.2820697Z    Compiling icu_properties_data v2.2.0
2026-06-15T12:21:34.2866834Z    Compiling utf8_iter v1.0.4
2026-06-15T12:21:34.3329870Z    Compiling getrandom v0.4.2
2026-06-15T12:21:34.3681252Z    Compiling dunce v1.0.5
2026-06-15T12:21:34.4425799Z    Compiling cc v1.2.63
2026-06-15T12:21:34.4640705Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T12:21:34.4770669Z    Compiling ident_case v1.0.1
2026-06-15T12:21:34.5303246Z    Compiling fs_extra v1.3.0
2026-06-15T12:21:34.6181727Z    Compiling percent-encoding v2.3.2
2026-06-15T12:21:34.7567688Z    Compiling syn v2.0.117
2026-06-15T12:21:34.7890467Z    Compiling http v1.4.1
2026-06-15T12:21:34.7939207Z    Compiling cpufeatures v0.3.0
2026-06-15T12:21:34.8025570Z    Compiling thiserror v2.0.18
2026-06-15T12:21:34.8353831Z    Compiling aws-lc-rs v1.17.0
2026-06-15T12:21:34.8599515Z    Compiling crypto-common v0.1.7
2026-06-15T12:21:34.9067395Z    Compiling unicode-segmentation v1.13.3
2026-06-15T12:21:34.9305345Z    Compiling scopeguard v1.2.0
2026-06-15T12:21:34.9320522Z    Compiling chacha20 v0.10.0
2026-06-15T12:21:34.9775622Z    Compiling lock_api v0.4.14
2026-06-15T12:21:34.9873835Z    Compiling block-buffer v0.10.4
2026-06-15T12:21:35.0157796Z    Compiling form_urlencoded v1.2.2
2026-06-15T12:21:35.0198936Z    Compiling bitflags v2.12.1
2026-06-15T12:21:35.0285631Z    Compiling untrusted v0.9.0
2026-06-15T12:21:35.0811175Z    Compiling digest v0.10.7
2026-06-15T12:21:35.1224290Z    Compiling rand v0.10.1
2026-06-15T12:21:35.1656477Z    Compiling num-traits v0.2.19
2026-06-15T12:21:35.2170208Z    Compiling cmake v0.1.58
2026-06-15T12:21:35.2214669Z    Compiling windows-result v0.4.1
2026-06-15T12:21:35.2255152Z    Compiling windows-strings v0.5.1
2026-06-15T12:21:35.2333753Z    Compiling rustls v0.23.40
2026-06-15T12:21:35.2711904Z    Compiling heck v0.5.0
2026-06-15T12:21:35.2978990Z    Compiling convert_case v0.10.0
2026-06-15T12:21:35.3597444Z    Compiling unicode-xid v0.2.6
2026-06-15T12:21:35.7000435Z    Compiling atomic-waker v1.1.2
2026-06-15T12:21:35.8759302Z    Compiling const-oid v0.10.2
2026-06-15T12:21:35.9172280Z    Compiling anyhow v1.0.102
2026-06-15T12:21:35.9339897Z    Compiling httparse v1.10.1
2026-06-15T12:21:35.9586970Z    Compiling zerocopy v0.8.50
2026-06-15T12:21:35.9597109Z    Compiling parking_lot_core v0.9.12
2026-06-15T12:21:35.9922229Z    Compiling ring v0.17.14
2026-06-15T12:21:36.0258415Z    Compiling http-body v1.0.1
2026-06-15T12:21:36.0289525Z    Compiling hybrid-array v0.4.12
2026-06-15T12:21:36.0400785Z    Compiling curve25519-dalek v4.1.3
2026-06-15T12:21:36.0455346Z    Compiling ahash v0.8.12
2026-06-15T12:21:36.1050871Z    Compiling base64ct v1.8.3
2026-06-15T12:21:36.1491944Z    Compiling powerfmt v0.2.0
2026-06-15T12:21:36.1506025Z    Compiling fastrand v2.4.1
2026-06-15T12:21:36.1570936Z    Compiling aws-lc-sys v0.41.0
2026-06-15T12:21:36.1998143Z    Compiling either v1.16.0
2026-06-15T12:21:36.4037613Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T12:21:36.4211549Z    Compiling deranged v0.5.8
2026-06-15T12:21:36.4224470Z    Compiling rand_core v0.6.4
2026-06-15T12:21:36.4267607Z    Compiling time-core v0.1.8
2026-06-15T12:21:36.4951621Z    Compiling pkg-config v0.3.33
2026-06-15T12:21:36.5980423Z    Compiling zmij v1.0.21
2026-06-15T12:21:36.6159798Z    Compiling tower-service v0.3.3
2026-06-15T12:21:36.7215778Z    Compiling base64 v0.22.1
2026-06-15T12:21:36.7516879Z    Compiling num-conv v0.2.2
2026-06-15T12:21:36.7593839Z    Compiling try-lock v0.2.5
2026-06-15T12:21:36.7819818Z    Compiling tinyvec_macros v0.1.1
2026-06-15T12:21:36.8817081Z    Compiling data-encoding v2.11.0
2026-06-15T12:21:36.8896018Z    Compiling vcpkg v0.2.15
2026-06-15T12:21:36.8896749Z    Compiling tinyvec v1.11.0
2026-06-15T12:21:36.9222606Z    Compiling want v0.3.1
2026-06-15T12:21:37.0301477Z    Compiling parking_lot v0.12.5
2026-06-15T12:21:37.1029692Z    Compiling crypto-common v0.2.2
2026-06-15T12:21:37.1476493Z    Compiling block-buffer v0.12.0
2026-06-15T12:21:37.1786425Z    Compiling sha2 v0.10.9
2026-06-15T12:21:37.1893931Z    Compiling vergen-lib v9.1.0
2026-06-15T12:21:37.2201326Z    Compiling inout v0.1.4
2026-06-15T12:21:37.3587535Z    Compiling n0-future v0.3.2
2026-06-15T12:21:37.3587970Z    Compiling cordyceps v0.3.4
2026-06-15T12:21:37.3777169Z    Compiling parking v2.2.1
2026-06-15T12:21:37.3987268Z    Compiling winnow v1.0.3
2026-06-15T12:21:37.5880954Z    Compiling winapi v0.3.9
2026-06-15T12:21:37.6184306Z    Compiling crossbeam-utils v0.8.21
2026-06-15T12:21:37.6505471Z    Compiling serde_json v1.0.150
2026-06-15T12:21:37.6540031Z    Compiling httpdate v1.0.3
2026-06-15T12:21:37.6748785Z    Compiling spin v0.10.0
2026-06-15T12:21:37.7610316Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T12:21:37.7803005Z    Compiling signature v2.2.0
2026-06-15T12:21:37.8297615Z    Compiling diatomic-waker v0.2.3
2026-06-15T12:21:37.8312880Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T12:21:37.9572160Z    Compiling futures-buffered v0.2.13
2026-06-15T12:21:37.9845258Z    Compiling ed25519 v2.2.3
2026-06-15T12:21:38.0108688Z    Compiling digest v0.11.3
2026-06-15T12:21:38.0953752Z    Compiling synstructure v0.13.2
2026-06-15T12:21:38.1660870Z    Compiling darling_core v0.20.11
2026-06-15T12:21:38.2591022Z    Compiling futures-lite v2.6.1
2026-06-15T12:21:38.2998742Z    Compiling cipher v0.4.4
2026-06-15T12:21:38.3332112Z    Compiling vergen-lib v0.1.6
2026-06-15T12:21:38.3720568Z    Compiling vergen v9.1.0
2026-06-15T12:21:38.4011885Z    Compiling universal-hash v0.5.1
2026-06-15T12:21:38.5781867Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T12:21:38.5997733Z    Compiling noq-udp v0.10.0
2026-06-15T12:21:38.6359913Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T12:21:38.6510252Z    Compiling heapless v0.7.17
2026-06-15T12:21:38.7020622Z    Compiling sync_wrapper v1.0.2
2026-06-15T12:21:38.7392692Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T12:21:38.7853366Z    Compiling allocator-api2 v0.2.21
2026-06-15T12:21:38.8111880Z    Compiling byteorder v1.5.0
2026-06-15T12:21:38.8246989Z    Compiling opaque-debug v0.3.1
2026-06-15T12:21:38.9153485Z    Compiling socket2 v0.6.4
2026-06-15T12:21:38.9353665Z    Compiling mio v1.2.1
2026-06-15T12:21:39.0140833Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T12:21:39.1003932Z    Compiling hash32 v0.2.1
2026-06-15T12:21:39.1425093Z    Compiling polyval v0.6.2
2026-06-15T12:21:39.4243183Z    Compiling spin v0.9.8
2026-06-15T12:21:39.4445950Z    Compiling vergen-gitcl v1.0.8
2026-06-15T12:21:39.4484253Z    Compiling windows-threading v0.2.1
2026-06-15T12:21:39.5842026Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T12:21:39.5881185Z    Compiling tower-layer v0.3.3
2026-06-15T12:21:39.6169759Z    Compiling fallible-iterator v0.3.0
2026-06-15T12:21:39.7286078Z    Compiling signature v3.0.0
2026-06-15T12:21:39.7773526Z    Compiling ryu v1.0.23
2026-06-15T12:21:39.8913707Z    Compiling proc-macro-crate v3.5.0
2026-06-15T12:21:39.9734857Z    Compiling windows-targets v0.52.6
2026-06-15T12:21:39.9916871Z    Compiling ghash v0.5.1
2026-06-15T12:21:40.0009890Z    Compiling ctr v0.9.2
2026-06-15T12:21:40.0707815Z    Compiling aes v0.8.4
2026-06-15T12:21:40.0962092Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T12:21:40.1300958Z    Compiling time v0.3.47
2026-06-15T12:21:40.1877803Z    Compiling http-body-util v0.1.3
2026-06-15T12:21:40.3874738Z    Compiling serde_derive v1.0.228
2026-06-15T12:21:40.3950482Z    Compiling zeroize_derive v1.4.3
2026-06-15T12:21:40.4610739Z    Compiling zerofrom-derive v0.1.7
2026-06-15T12:21:40.5316497Z    Compiling tokio-macros v2.7.0
2026-06-15T12:21:40.5443952Z    Compiling yoke-derive v0.8.2
2026-06-15T12:21:40.7147840Z    Compiling futures-macro v0.3.32
2026-06-15T12:21:40.7355497Z    Compiling zerovec-derive v0.11.3
2026-06-15T12:21:40.7797579Z    Compiling displaydoc v0.2.6
2026-06-15T12:21:40.9415355Z    Compiling tracing-attributes v0.1.31
2026-06-15T12:21:41.0684483Z    Compiling thiserror-impl v2.0.18
2026-06-15T12:21:41.0783053Z    Compiling zeroize v1.8.2
2026-06-15T12:21:41.1821981Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T12:21:41.2610581Z    Compiling darling_macro v0.20.11
2026-06-15T12:21:41.3614245Z    Compiling tokio v1.52.3
2026-06-15T12:21:41.4724762Z    Compiling rustls-pki-types v1.14.1
2026-06-15T12:21:41.5268335Z    Compiling derive_more-impl v2.1.1
2026-06-15T12:21:41.6449724Z    Compiling futures-util v0.3.32
2026-06-15T12:21:41.7635309Z    Compiling spez v0.1.2
2026-06-15T12:21:41.7885714Z    Compiling darling v0.20.11
2026-06-15T12:21:41.9790526Z    Compiling windows-implement v0.60.2
2026-06-15T12:21:42.0024422Z    Compiling derive_builder_core v0.20.2
2026-06-15T12:21:42.0838263Z    Compiling n0-error-macros v0.1.3
2026-06-15T12:21:42.1453231Z    Compiling windows-interface v0.59.3
2026-06-15T12:21:42.1837762Z    Compiling zerofrom v0.1.8
2026-06-15T12:21:42.2723918Z    Compiling der v0.8.0-rc.10
2026-06-15T12:21:42.2756237Z    Compiling pin-project-internal v1.1.13
2026-06-15T12:21:42.5072052Z    Compiling yoke v0.8.3
2026-06-15T12:21:42.8743305Z    Compiling zerovec v0.11.6
2026-06-15T12:21:42.8952599Z    Compiling zerotrie v0.2.4
2026-06-15T12:21:43.0482977Z    Compiling cobs v0.3.0
2026-06-15T12:21:43.0725934Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T12:21:43.1072417Z    Compiling windows-core v0.62.2
2026-06-15T12:21:43.1643896Z    Compiling n0-error v0.1.3
2026-06-15T12:21:43.2883795Z    Compiling ed25519-dalek v2.2.0
2026-06-15T12:21:43.3009321Z    Compiling postcard-derive v0.2.2
2026-06-15T12:21:43.3053644Z    Compiling derive_builder_macro v0.20.2
2026-06-15T12:21:43.4275263Z    Compiling spki v0.8.0-rc.4
2026-06-15T12:21:43.6619542Z    Compiling tinystr v0.8.3
2026-06-15T12:21:43.6653859Z    Compiling potential_utf v0.1.5
2026-06-15T12:21:43.6939047Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T12:21:43.6940490Z    Compiling spt-proto v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T12:21:43.7813946Z    Compiling icu_collections v2.2.0
2026-06-15T12:21:43.8289905Z    Compiling icu_locale_core v2.2.0
2026-06-15T12:21:43.8695674Z    Compiling windows-future v0.3.2
2026-06-15T12:21:43.8828433Z    Compiling windows-collections v0.3.2
2026-06-15T12:21:43.9146954Z    Compiling pin-project v1.1.13
2026-06-15T12:21:43.9431383Z    Compiling derive_builder v0.20.2
2026-06-15T12:21:43.9986292Z    Compiling windows-numerics v0.3.1
2026-06-15T12:21:44.1037168Z    Compiling aead v0.5.2
2026-06-15T12:21:44.1378805Z    Compiling widestring v1.2.1
2026-06-15T12:21:44.2377515Z    Compiling ipconfig v0.3.4
2026-06-15T12:21:44.2390418Z    Compiling aes-gcm v0.10.3
2026-06-15T12:21:44.2754258Z    Compiling data-encoding-macro v0.1.20
2026-06-15T12:21:44.4249775Z    Compiling windows v0.62.2
2026-06-15T12:21:44.4839661Z    Compiling num_enum_derive v0.7.6
2026-06-15T12:21:44.4971294Z    Compiling futures-executor v0.3.32
2026-06-15T12:21:44.5263877Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T12:21:44.5798550Z    Compiling enum-assoc v1.3.0
2026-06-15T12:21:44.5828843Z    Compiling strum_macros v0.28.0
2026-06-15T12:21:44.6908466Z    Compiling icu_provider v2.2.0
2026-06-15T12:21:44.8726907Z    Compiling futures v0.3.32
2026-06-15T12:21:44.8988256Z    Compiling async-trait v0.1.89
2026-06-15T12:21:44.9730994Z    Compiling icu_normalizer v2.2.0
2026-06-15T12:21:45.1015024Z    Compiling icu_properties v2.2.0
2026-06-15T12:21:45.1263601Z    Compiling ipnet v2.12.0
2026-06-15T12:21:45.4764088Z    Compiling prefix-trie v0.8.4
2026-06-15T12:21:45.5476212Z    Compiling tokio-util v0.7.18
2026-06-15T12:21:45.7018592Z    Compiling once_cell v1.21.4
2026-06-15T12:21:45.7544894Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T12:21:45.8052506Z    Compiling tower v0.5.3
2026-06-15T12:21:45.9017821Z    Compiling tracing-core v0.1.36
2026-06-15T12:21:45.9131634Z    Compiling derive_more v2.1.1
2026-06-15T12:21:46.0851339Z    Compiling chrono v0.4.45
2026-06-15T12:21:46.1545012Z    Compiling hashbrown v0.14.5
2026-06-15T12:21:46.2301248Z    Compiling windows-sys v0.59.0
2026-06-15T12:21:46.2551596Z    Compiling tracing v0.1.44
2026-06-15T12:21:46.3419218Z    Compiling idna_adapter v1.2.2
2026-06-15T12:21:46.3884647Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T12:21:46.3940784Z    Compiling postcard v1.1.3
2026-06-15T12:21:46.5253176Z    Compiling idna v1.1.0
2026-06-15T12:21:46.5306413Z    Compiling crossbeam-channel v0.5.15
2026-06-15T12:21:46.7155720Z    Compiling h2 v0.4.14
2026-06-15T12:21:46.7286477Z    Compiling hashlink v0.9.1
2026-06-15T12:21:46.7905890Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T12:21:46.8960755Z    Compiling url v2.5.8
2026-06-15T12:21:46.9166191Z    Compiling blake3 v1.8.5
2026-06-15T12:21:47.0714190Z    Compiling rusqlite v0.32.1
2026-06-15T12:21:47.1171983Z    Compiling windows-registry v0.6.1
2026-06-15T12:21:47.2015949Z    Compiling uuid v1.23.2
2026-06-15T12:21:47.2170914Z    Compiling memoffset v0.6.5
2026-06-15T12:21:47.2713543Z    Compiling netwatch v0.16.0
2026-06-15T12:21:47.3304698Z    Compiling noq v0.18.0
2026-06-15T12:21:47.3362891Z    Compiling acto v0.8.2
2026-06-15T12:21:47.4596545Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T12:21:47.6044040Z    Compiling xml-rs v0.8.28
2026-06-15T12:21:47.6719571Z    Compiling tagptr v0.2.0
2026-06-15T12:21:47.6816762Z    Compiling lru-slab v0.1.2
2026-06-15T12:21:47.6817868Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T12:21:47.6982087Z    Compiling rustc-hash v2.1.2
2026-06-15T12:21:47.8126949Z    Compiling mac-addr v0.3.0
2026-06-15T12:21:47.8127818Z    Compiling ref-cast v1.0.25
2026-06-15T12:21:47.8493775Z    Compiling identity-hash v0.1.0
2026-06-15T12:21:47.8527668Z    Compiling thiserror v1.0.69
2026-06-15T12:21:47.8777158Z    Compiling foldhash v0.2.0
2026-06-15T12:21:47.8830768Z    Compiling moka v0.12.15
2026-06-15T12:21:47.9529391Z    Compiling netdev v0.42.0
2026-06-15T12:21:48.0167884Z    Compiling hashbrown v0.16.1
2026-06-15T12:21:48.0556675Z    Compiling spt-store v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T12:21:48.3226654Z    Compiling xmltree v0.10.3
2026-06-15T12:21:48.5454746Z    Compiling attohttpc v0.30.1
2026-06-15T12:21:48.5628769Z    Compiling iroh-base v0.98.0
2026-06-15T12:21:48.5666478Z    Compiling tower-http v0.6.11
2026-06-15T12:21:48.7594477Z    Compiling strum v0.28.0
2026-06-15T12:21:48.8029758Z    Compiling iroh-metrics v0.38.3
2026-06-15T12:21:48.9590378Z    Compiling n0-watcher v0.6.1
2026-06-15T12:21:48.9975339Z    Compiling tokio-stream v0.1.18
2026-06-15T12:21:49.1164749Z    Compiling num_enum v0.7.6
2026-06-15T12:21:49.4197135Z    Compiling iroh-relay v0.98.0
2026-06-15T12:21:49.4407161Z    Compiling toml_datetime v0.6.11
2026-06-15T12:21:49.4687374Z    Compiling serde_spanned v0.6.9
2026-06-15T12:21:49.5002585Z    Compiling thiserror-impl v1.0.69
2026-06-15T12:21:49.6669879Z    Compiling ref-cast-impl v1.0.25
2026-06-15T12:21:49.6864941Z    Compiling serde_derive_internals v0.29.1
2026-06-15T12:21:49.8334148Z    Compiling simple-dns v0.9.3
2026-06-15T12:21:49.9674293Z    Compiling serial-core v0.4.0
2026-06-15T12:21:50.1637607Z    Compiling spt-msg v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T12:21:50.2263868Z    Compiling aho-corasick v1.1.4
2026-06-15T12:21:50.2787100Z    Compiling regex-syntax v0.8.10
2026-06-15T12:21:50.4170356Z    Compiling winnow v0.7.15
2026-06-15T12:21:50.4740725Z    Compiling simdutf8 v0.1.5
2026-06-15T12:21:50.5277987Z    Compiling toml_write v0.1.2
2026-06-15T12:21:50.5634281Z    Compiling arrayvec v0.7.6
2026-06-15T12:21:50.8040848Z    Compiling hyper v1.10.1
2026-06-15T12:21:50.8433563Z    Compiling winreg v0.10.1
2026-06-15T12:21:50.8931945Z    Compiling sha1_smol v1.0.1
2026-06-15T12:21:50.9007891Z    Compiling resolv-conf v0.7.6
2026-06-15T12:21:51.1401704Z    Compiling constant_time_eq v0.4.2
2026-06-15T12:21:51.2010446Z    Compiling arrayref v0.3.9
2026-06-15T12:21:51.2576127Z    Compiling smol_str v0.1.24
2026-06-15T12:21:51.5810835Z    Compiling schemars_derive v1.2.1
2026-06-15T12:21:51.5831478Z    Compiling iroh-dns v0.98.0
2026-06-15T12:21:51.9788100Z    Compiling serial-windows v0.4.0
2026-06-15T12:21:52.1259983Z    Compiling lru v0.16.4
2026-06-15T12:21:52.2208898Z    Compiling hyper-util v0.1.20
2026-06-15T12:21:52.2304793Z    Compiling webpki-roots v1.0.7
2026-06-15T12:21:52.2331501Z    Compiling seize v0.5.1
2026-06-15T12:21:52.3168853Z    Compiling darling_core v0.23.0
2026-06-15T12:21:52.3377001Z    Compiling hmac v0.12.1
2026-06-15T12:21:52.3672815Z    Compiling toml_edit v0.22.27
2026-06-15T12:21:52.4848157Z    Compiling regex-automata v0.4.14
2026-06-15T12:21:52.7070918Z    Compiling serde_bytes v0.11.19
2026-06-15T12:21:52.7177278Z    Compiling iroh v0.98.2
2026-06-15T12:21:52.8506647Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T12:21:52.9932411Z    Compiling lazy_static v1.5.0
2026-06-15T12:21:52.9979982Z    Compiling dyn-clone v1.0.20
2026-06-15T12:21:53.0165928Z    Compiling anstyle v1.0.14
2026-06-15T12:21:53.0948568Z    Compiling pin-utils v0.1.0
2026-06-15T12:21:53.1105997Z    Compiling bitflags v1.3.2
2026-06-15T12:21:53.1617858Z    Compiling cmov v0.5.4
2026-06-15T12:21:53.1712675Z    Compiling utf8parse v0.2.2
2026-06-15T12:21:53.1991223Z    Compiling nix v0.25.1
2026-06-15T12:21:53.2136109Z    Compiling anstyle-wincon v3.0.11
2026-06-15T12:21:53.2496831Z    Compiling anstyle-parse v1.0.0
2026-06-15T12:21:53.3323118Z    Compiling shared_library v0.1.9
2026-06-15T12:21:53.3907103Z    Compiling ctutils v0.4.2
2026-06-15T12:21:53.3956460Z    Compiling hkdf v0.12.4
2026-06-15T12:21:53.4814106Z    Compiling schemars v1.2.1
2026-06-15T12:21:53.4918112Z    Compiling papaya v0.2.4
2026-06-15T12:21:53.5002320Z    Compiling serial v0.4.0
2026-06-15T12:21:53.5377823Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T12:21:53.5986208Z    Compiling igd-next v0.17.1
2026-06-15T12:21:53.6382514Z    Compiling filedescriptor v0.8.3
2026-06-15T12:21:53.6807436Z    Compiling backon v1.6.0
2026-06-15T12:21:53.8913879Z    Compiling anstyle-query v1.1.5
2026-06-15T12:21:53.9312001Z    Compiling paste v1.0.15
2026-06-15T12:21:53.9312492Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T12:21:53.9750347Z    Compiling instability v0.3.12
2026-06-15T12:21:54.0449462Z    Compiling colorchoice v1.0.5
2026-06-15T12:21:54.1050868Z    Compiling downcast-rs v1.2.1
2026-06-15T12:21:54.1195502Z    Compiling toml v0.8.23
2026-06-15T12:21:54.1680499Z    Compiling foldhash v0.1.5
2026-06-15T12:21:54.1993264Z    Compiling shell-words v1.1.1
2026-06-15T12:21:54.2910962Z    Compiling portable-pty v0.8.1
2026-06-15T12:21:54.3436351Z    Compiling hashbrown v0.15.5
2026-06-15T12:21:54.3668691Z    Compiling anstream v1.0.0
2026-06-15T12:21:54.4358112Z    Compiling spake2 v0.4.0
2026-06-15T12:21:54.6019094Z    Compiling wmi v0.18.4
2026-06-15T12:21:54.6769948Z    Compiling regex v1.12.3
2026-06-15T12:21:54.8048848Z    Compiling crossterm_winapi v0.9.1
2026-06-15T12:21:54.8418297Z    Compiling strum_macros v0.26.4
2026-06-15T12:21:54.9831377Z    Compiling spt-runtime v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T12:21:55.2946579Z    Compiling terminal_size v0.4.4
2026-06-15T12:21:55.3715358Z    Compiling itertools v0.13.0
2026-06-15T12:21:55.4558053Z    Compiling sha1 v0.10.6
2026-06-15T12:21:55.8104519Z    Compiling castaway v0.2.4
2026-06-15T12:21:55.8370644Z    Compiling indoc v2.0.7
2026-06-15T12:21:55.8762610Z    Compiling darling_macro v0.23.0
2026-06-15T12:21:55.9627247Z    Compiling unicode-width v0.1.14
2026-06-15T12:21:56.2009218Z    Compiling portmapper v0.16.0
2026-06-15T12:21:56.2491109Z    Compiling clap_lex v1.1.0
2026-06-15T12:21:56.2964006Z    Compiling darling v0.23.0
2026-06-15T12:21:56.2964556Z    Compiling recvmsg v1.0.0
2026-06-15T12:21:56.5699938Z    Compiling doctest-file v1.1.1
2026-06-15T12:21:56.5777477Z    Compiling static_assertions v1.1.0
2026-06-15T12:21:56.6795473Z    Compiling compact_str v0.8.2
2026-06-15T12:21:56.7329717Z    Compiling clap_builder v4.6.0
2026-06-15T12:21:56.8757269Z    Compiling strum v0.26.3
2026-06-15T12:21:56.9472144Z    Compiling spt-live v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T12:21:57.0437431Z    Compiling interprocess v2.4.2
2026-06-15T12:21:57.0597145Z    Compiling unicode-truncate v1.1.0
2026-06-15T12:21:57.2746512Z    Compiling crossterm v0.28.1
2026-06-15T12:21:57.4213281Z    Compiling lru v0.12.5
2026-06-15T12:21:57.5168631Z    Compiling spt-term v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T12:21:57.6100412Z    Compiling clap_derive v4.6.1
2026-06-15T12:21:57.8896499Z    Compiling cassowary v0.3.0
2026-06-15T12:21:57.8971980Z    Compiling unicode-width v0.2.0
2026-06-15T12:21:58.1466670Z    Compiling ratatui v0.29.0
2026-06-15T12:21:58.1829538Z    Compiling nucleo-matcher v0.3.1
2026-06-15T12:21:58.2229218Z    Compiling qrcode v0.14.1
2026-06-15T12:21:58.4029429Z    Compiling tempfile v3.27.0
2026-06-15T12:21:59.4396008Z    Compiling clap v4.6.1
2026-06-15T12:22:10.2065909Z    Compiling rustls-webpki v0.103.13
2026-06-15T12:22:12.4605658Z    Compiling tokio-rustls v0.26.4
2026-06-15T12:22:12.4606290Z    Compiling noq-proto v0.17.0
2026-06-15T12:22:12.4606775Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T12:22:12.5980459Z    Compiling hyper-rustls v0.27.9
2026-06-15T12:22:12.5980950Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T12:22:12.5981351Z    Compiling tokio-websockets v0.13.2
2026-06-15T12:22:12.7468084Z    Compiling reqwest v0.13.4
2026-06-15T12:22:13.6667484Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T12:22:29.7976434Z    Compiling spt-net v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T12:22:31.1027895Z    Compiling spt-daemon v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T12:22:39.0071333Z    Compiling spt v0.7.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T12:22:45.3335909Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
2026-06-15T12:22:45.3565701Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-1e91eef6e30fa06a.exe)
2026-06-15T12:22:45.3987849Z 
2026-06-15T12:22:45.3988254Z running 1 test
2026-06-15T12:22:53.2462981Z test new_brain_serves_against_old_broker ... ok
2026-06-15T12:22:53.2463215Z 
2026-06-15T12:22:53.2463656Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.85s
2026-06-15T12:22:53.2464084Z 
